SixBit API Schema
orderidattrGroup Attribute Group
Description
Attributes to specify the internal or external identifier for an order.
Namespace (none)
Overview
orderidattrGroup
Attributes to specify the internal or external identifier for an order.
orderid optional xs:string
The internal orderid created by SixBit.
externalorderid optional xs:string
The external orderid.
Attributes
NameTypeUseDefaultFixedDescription
orderidxs:stringoptional  The internal orderid created by SixBit.
externalorderidxs:stringoptional  The external orderid.
Source
<xs:attributeGroup name="orderidattrGroup" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Attributes to specify the internal or external identifier for an order.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="orderid" type="xs:string">
    <xs:annotation>
      <xs:documentation>The internal orderid created by SixBit.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="externalorderid" type="xs:string">
    <xs:annotation>
      <xs:documentation>The external orderid.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.